Number System


Q41.

Which of the given number has its IEEE-754 32-bit floating point representation as (0 10000000 110 0000 0000 0000 0000 0000)
GateOverflow

Q42.

The value of a float type variable is represented using the single-precision 32-bit floating point format of IEEE-754 standard that uses 1 bit for sign, 8 bits for biased exponent and 23 bits for mantissa. A float type variable x is assigned the decimal value of -14.25. The representation of x in hexadecimal notation is
GateOverflow

Q43.

Which logic gate is used to detect overflow in 2's compliment arithmetic?
GateOverflow

Q44.

(1217)_{8} is equivalent to
GateOverflow

Q45.

In 16-bit 2's complement representation, the decimal number -28 is:
GateOverflow